Guild Wars Forums - GW Guru
 
 

Go Back   Guild Wars Forums - GW Guru > The Inner Circle > The Riverside Inn

Notices

Reply
 
Thread Tools Display Modes
Old Aug 11, 2007, 01:12 PM // 13:12   #701
Major-General Awesome
 
fenix's Avatar
 
Join Date: Aug 2005
Location: Aussie Trolling Crew HQ - Event Organiser and IRC Tiger
Guild: Ex Talionis [Law], Trinity of the Ascended [ToA] ̖̊̋̌̍̎̊̋&#
Profession: W/
Advertisement

Disable Ads
Default

The HP bar isn't the red/gray one that you drag out of the game, it's another invisible one...hard to explain unless you see it.
fenix is offline   Reply With Quote
Old Aug 11, 2007, 01:33 PM // 13:33   #702
Grotto Attendant
 
zwei2stein's Avatar
 
Join Date: Jun 2006
Location: Europe
Guild: The German Order [GER]
Profession: N/
Default

Quote:
Originally Posted by fenix
The HP bar isn't the red/gray one that you drag out of the game, it's another invisible one...hard to explain unless you see it.
Maybe you can post unmodded orginla texture along with its id code?
zwei2stein is offline   Reply With Quote
Old Aug 11, 2007, 01:50 PM // 13:50   #703
Academy Page
 
Join Date: Sep 2006
Profession: E/
Default

Well, i managed to make a hp bar with marks on, but couldn't get 80 and 25 to work tho.
Don't think i will work any more on my UI mod, will consider it finished from now on.
If anyone is interested, Here is the link.
This is what the finale result looks like.
Bringer Of Fury is offline   Reply With Quote
Old Aug 11, 2007, 03:30 PM // 15:30   #704
Wilds Pathfinder
 
AscalonWarrior's Avatar
 
Join Date: Apr 2006
Location: Kokkola, Finland
Profession: Mo/
Default

My Texmod doesn't find any textures when I press "+"
Nor it doesn't run any mods


Oh, and one more thing. Is DirectX 9 same as Direct3D 9?

Last edited by AscalonWarrior; Aug 11, 2007 at 06:59 PM // 18:59..
AscalonWarrior is offline   Reply With Quote
Old Aug 11, 2007, 07:17 PM // 19:17   #705
Grotto Attendant
 
Join Date: Apr 2007
Default

Quote:
Originally Posted by Bringer Of Fury
Ive read this entire thread twice now and still don't know how to make the 50/80% marks on the hp bar, im guessing that you make the marks on 50/80% of the bar in photoshop. But i have no idea how to measure that on it, and when i extract the hp bar its VERY short.
Any tips on this would be great, since i want to make my own version of the hp bar marks.
The file you want is GW.EXE_0xD1714A21.dds.
It's not the bar itself but the tiny border around the bar.
It starts out 16x16 and you need to stretch it to a much larger power of 2. I suggest 2048x16. Now, the middle 5/16 or so of the image is the part that gets stretched/compressed to cover the bar itself, so you'll need to do your markers along that section only. (At 2048x16 this section is approx 650 pixels.) It will probably take several attempts to calibrate it perfectly.
Chthon is offline   Reply With Quote
Old Aug 11, 2007, 10:10 PM // 22:10   #706
Frost Gate Guardian
 
Deathaxe Raizer's Avatar
 
Join Date: Feb 2007
Guild: The Last Pride [EvIL]
Default

I have a problem, when I load a mod which the color has been changed from, like the green one above, I get broken shadows, how is this possible? It kind of ruins the fun. ;x
Deathaxe Raizer is offline   Reply With Quote
Old Aug 11, 2007, 10:10 PM // 22:10   #707
Grotto Attendant
 
Join Date: Apr 2007
Default

I've got a whole bunch of goodies for ya:

Introducing Chthon's Components. These are a bunch of small UI mods that can be used if you only want minor changes to the original UI or to another mod you are otherwise happy with. I've also included the original .DDS files so that modmakers can easily incorporate components they like into their own mods.
  • Gradiated Lifebar v1.0
    Download: .TPF || .DDS
    Fully Gradiated lifebar. Arrows at every 10%, with small lines every 5% in between. The blue-grey arrows are at 50%.
  • SpiritRadar v1.0
    Download: .TPF || .DDS
    Pretty much the same spirit radar you've seen as part of larger mods. Uses the same transparency style as the aggro circle with very clean antialiasing.
  • BorderedClearSkills v1.0
    Download: .TPF || .DDS(file1) .DDS(file2) .DDS(file3)
    Yet another clearskills mod. This one is a little different because it tries to preserve the original feel as much as possible by retaining the border art, including the elite borders. The skill numbers are semi-transparent and the enchant/hex/weapon icons are removed. (After consideration, I decided to leave the lead/offhand/dual icons in place, since they do serve some purpose.)
  • Unselect Button v1.0
    Download: .TPF || .DDS
    Makes the passive state of the unselect button not look like a not-so-deep wound. Now you don't have to look twice to tell whether there's a deep wound or not.
  • MenuButton v1.0
    Download: .TPF || .DDS
    Makes the passive state of the menu button very transparent. Since I never use it, I've always found the inability to remove the menu button annoying. This mod at least makes it stop blocking the battlefield quite as badly.
  • WindowsButtons v1.0
    Download: .TPF || .DDS
    Makes the passive states of the windows buttons (window, minimize, close) very transparent. More screen clutter gone.
  • ALL COMPONENTS TOGETHER IN ONE FILE
    Download: .TPF
    If you want all the components together in one file, here you go.

Here's a demo image that shows all of the components together:


Finally, a little bit of silliness for you:
  • CookieMonsterSkill
    Download: .TPF
    Changes the Monster Skill into the Cookie Monster Skill icon.
  • BlargSkill
    Download: .TPF
    Changes the Monster Skill icon into the Gargantua Blarg!!

(Please note that with both monster skill icon mods that they don't change the small overhead icons or the damage history icons. Both of these icons seem to be generated on-the-fly (for layering/positioning reasons I'm guessing), so there's no way to change them without modifying the .dat file (which is a no-no). At least, not unless you want every skill that hits you to show up as cookie monster in those displays....)
Chthon is offline   Reply With Quote
Old Aug 11, 2007, 10:46 PM // 22:46   #708
Academy Page
 
Join Date: Sep 2006
Profession: E/
Default

Quote:
Originally Posted by Chthon
I've got a whole bunch of goodies for ya: *bunch of great stuff*
Wow, very nice, thank you very much
And also thank you for the tips regarding the health bar, have a few ideas for a new ui and now im all set.

*edit*
Quote:
Originally Posted by Deathaxe Raizer
I have a problem, when I load a mod which the color has been changed from, like the green one above, I get broken shadows, how is this possible? It kind of ruins the fun. ;x
I have that same problem from time to time, usually just tabbing out fix it. Not sure why it appears tho, i believe its some bug in texmod.

Last edited by Bringer Of Fury; Aug 11, 2007 at 10:52 PM // 22:52..
Bringer Of Fury is offline   Reply With Quote
Old Aug 11, 2007, 10:58 PM // 22:58   #709
Jungle Guide
 
Miral's Avatar
 
Join Date: Apr 2005
Location: Hell. AKA Phoenix, AZ
Guild: The Gear Trick [GEAR]
Profession: W/A
Default

Quote:
Originally Posted by AscalonWarrior
My Texmod doesn't find any textures when I press "+"
Nor it doesn't run any mods


Oh, and one more thing. Is DirectX 9 same as Direct3D 9?
Direct3D 9 is a component of DirectX 9. so yes.
Miral is offline   Reply With Quote
Old Aug 13, 2007, 02:50 AM // 02:50   #710
Academy Page
 
Code=007's Avatar
 
Join Date: Feb 2007
Guild: Tomorrow Never [dies]
Profession: A/
Talking denim outfit and a couple of questions

have been working on this outfit for my monk:


Now, my question. It's possible to work with a better resolution file, i mean, resizing the original dds file will keep the uv maps coordinates or it will be messed? also, resize or increase dpi?

I still have problems with the mapping coordinates of some areas, as you can see (the black lines on the skin) hopefully that ele colorized texture will help me a lot. ;3
Code=007 is offline   Reply With Quote
Old Aug 13, 2007, 03:05 AM // 03:05   #711
Jungle Guide
 
Join Date: May 2005
Location: Gatineau, Qc, Canada
Guild: Kiss of Anguish [KISS]
Profession: P/W
Default

You can always rescale the texture to whatever works best with you, but ultimatly you will have to scale it to the original.

Scaling can be used for working on the texture though. DPI shoudnt matter so you should be able to increase it
Zodiak is offline   Reply With Quote
Old Aug 13, 2007, 03:10 AM // 03:10   #712
Grotto Attendant
 
Join Date: Apr 2007
Default

Quote:
Originally Posted by Code=007
Now, my question. It's possible to work with a better resolution file, i mean, resizing the original dds file will keep the uv maps coordinates or it will be messed? also, resize or increase dpi?
GW seems to do a pretty good job of resizing things. You can probably get away with sizing the file up. Just make sure to keep the dimensions powers of 2 with the same aspect ratio as the original. I'm not sure how much of a performance hit you're going to take from it though. Mipmaps will help some, but I'm not sure how much.
Chthon is offline   Reply With Quote
Old Aug 13, 2007, 03:37 AM // 03:37   #713
Forge Runner
 
pamelf's Avatar
 
Join Date: Aug 2006
Location: Australia
Guild: Lost Templars [LoTe]
Profession: Me/Mo
Default

I've gone through half the thread, but it's too long and I'm lazy, so I'll just ask and you guys can answer at your own discretion.

I have texmod on my computer, and I downloaded some of your mods to try out. Most notably your cartography mods, and the 50 & 80% HP mods. I load them onto my texmod, then run the game through it, but nothing changes. Everything ends up exactly the same. Am I doing something wrong? Do I need to do something extra? I've never used the program before, so I downloaded it just to use these mods.

Any help would be appreciated.
pamelf is offline   Reply With Quote
Old Aug 13, 2007, 05:41 AM // 05:41   #714
Jungle Guide
 
feedmenow's Avatar
 
Join Date: Dec 2006
Location: Urgoz's Warren
Guild: Club Of A Thousand Pandas [LOD大]
Profession: N/
Default

i have the same problems with my mods, as i posted not long ago, and got no answer. if anyone can help, please pm me or reply with a post. thanks!
feedmenow is offline   Reply With Quote
Old Aug 13, 2007, 01:28 PM // 13:28   #715
Frost Gate Guardian
 
luinks's Avatar
 
Join Date: May 2006
Guild: Purple Ravens
Profession: Mo/E
Default

you need not only to load them, click on the mod before hitting run,to select it maybe that's the problem.
luinks is offline   Reply With Quote
Old Aug 13, 2007, 01:39 PM // 13:39   #716
Polar Bear Attendant
 
Witchblade's Avatar
 
Join Date: May 2005
Default

Quote:
Originally Posted by pamelf
I've gone through half the thread, but it's too long and I'm lazy, so I'll just ask and you guys can answer at your own discretion.

I have texmod on my computer, and I downloaded some of your mods to try out. Most notably your cartography mods, and the 50 & 80% HP mods. I load them onto my texmod, then run the game through it, but nothing changes. Everything ends up exactly the same. Am I doing something wrong? Do I need to do something extra? I've never used the program before, so I downloaded it just to use these mods.

Any help would be appreciated.
1st time i tried modding, nothing happened either, i restarted texmod and GW, doing the exact same thing .. it worked
a few days ago i wanted to launch Texmod on another GW instance on my comp, i had to restart once again, then it worked ... dunno why.

Mods are working but sometimes i got some weird display bugs, i e
-once i had a full black screen wit only NPC names showed, i reloaded the map and it worked again
-sometimes some lighting effects are gone, sunlight etc
-some shadows sometimes replaced by "text" like F1-F12 button names ^^

dunno what caused this, maybe when i tried some other mods once ? (like Dark glass maybe, with all that radar editing, lifebar changes etc.. )
Witchblade is offline   Reply With Quote
Old Aug 13, 2007, 01:51 PM // 13:51   #717
Wilds Pathfinder
 
AscalonWarrior's Avatar
 
Join Date: Apr 2006
Location: Kokkola, Finland
Profession: Mo/
Default

Installed DirectX 9, still doesn't work. I give up
AscalonWarrior is offline   Reply With Quote
Old Aug 13, 2007, 01:59 PM // 13:59   #718
Frost Gate Guardian
 
luinks's Avatar
 
Join Date: May 2006
Guild: Purple Ravens
Profession: Mo/E
Default Dx

You may have dx9c installled but if the videocard supports only dx8 it will use that library not the newer
luinks is offline   Reply With Quote
Old Aug 13, 2007, 02:39 PM // 14:39   #719
Forge Runner
 
pamelf's Avatar
 
Join Date: Aug 2006
Location: Australia
Guild: Lost Templars [LoTe]
Profession: Me/Mo
Default

Quote:
Originally Posted by luinks
you need not only to load them, click on the mod before hitting run,to select it maybe that's the problem.
Hmm, I didn't select them, maybe it was as simple as that. Thanks. Does that mean I can only run one at a time?
pamelf is offline   Reply With Quote
Old Aug 13, 2007, 04:16 PM // 16:16   #720
Polar Bear Attendant
 
Witchblade's Avatar
 
Join Date: May 2005
Default

hmm i just logged on GW and since that "dupewave" fix today, i cant get Texmod to run my mods anymore

anyone else experiencing this?
Witchblade is offline   Reply With Quote
Reply

Share This Forum!  
 
 
           

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:28 PM // 13:28.


Powered by: vBulletin
Copyright ©2000 - 2016, Jelsoft Enterprises Ltd.
jQuery(document).ready(checkAds()); function checkAds(){if (document.getElementById('adsense')!=undefined){document.write("_gaq.push(['_trackEvent', 'Adblock', 'Unblocked', 'false',,true]);");}else{document.write("